home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / M08CHBKG.DXR / 00126.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  181 b   |  9 lines

  1. on mouseDown
  2.   set the castNum of sprite 24 to cast "next hilite"
  3.   updateStage()
  4.   wait()
  5.   set the castNum of sprite 24 to cast "next normal"
  6.   updateStage()
  7.   drawPaperEnd()
  8. end
  9.